home *** CD-ROM | disk | FTP | other *** search
/ More MacCube 2: Games / More MacCube Vol 2 Games.bin / Games / Starbound folder / StarBound / StarBound.rsrc / sbmt_144_Numbers < prev    next >
Text File  |  1994-08-26  |  839b  |  19 lines

  1.                    The Numbers
  2.  
  3.    Figuring out when planet values will increase is not very 
  4. complicated.  Each planet has 98 points to spend each round.  
  5. Twenty points are automatically expended toward the race's 
  6. specialty, the other 78 are yours to spend how you wish.(Note: 
  7. The planet's bars are only 78 wide and the extra twenty points are 
  8. not shown.)  Each point is worth the planet's output MT's.  For 
  9. each value this amount is placed into a sum, the next value is 
  10. reached when:
  11.    Tech:   sum >= 2^old-tech * 500
  12.    Ship:   sum >= (weapon+shield+move+detect)*250
  13.    Output:   sum >= old-output * 200
  14.    Repairing shield:   sum >= old-shield * 10
  15. Don't worry, extra MT's are carried over so none are wasted.
  16.  
  17. Example:  Your planet has a weapon of 7, you need to accumulate 
  18. 2^7*500=64,000 MT's to get to level 8.  Good luck!
  19. ˇ